home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4990 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: How to make a modem dial..
  5. Date: Thu, 7 Mar 96 18:14:52
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960307.4172F8.10AB5@an168.du.pipex.com>
  9. References: <4hmso1$hsi@odin.funcom.no>
  10. NNTP-Posting-Host: an168.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Jon Rocatis (jon@funcom.com) wrote:
  14. : I've written a small address-database which is supposed to have an 
  15. : autodial feature if you have a modem connected..
  16. : The problem is that this feature only works on some modems.
  17. : What I do is simply opening the requested device and then send out an 
  18. : "ATDT<phonenumber>" string to the modem.
  19. : Why will this only work on some modems?
  20.  
  21. Most serial port modems are reasonably Hayes compatible, and ATDT (and ATDP)
  22. are standard Hayes commands. I think you can rely on just about any modem
  23. supporting them. If you want to be safe, add a configuration option to set the
  24. dial prefix, and set it by default to ATDT. People with "non-standard" modems
  25. are likely to be well-used to altering their configurations in this way.
  26.  
  27. -- Mat.
  28.